Skip to main content

IRedisTypedPipeline<T>

Interface to redis typed pipeline

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IRedisTypedPipeline<T> : IRedisPipelineShared, IDisposable, IRedisQueueCompletableOperation, IRedisTypedQueueableOperation<T>